diff --git a/.reuse/dep5 b/.reuse/dep5 index 3aa5261..609613b 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: flowflexure +Upstream-Name: FlowFlexure Upstream-Contact: Sebastian Wendel -Source: https://code.srx.dev/srx/flowflexure +Source: https://code.srx.dev/srx/flowflexure-microscope Files: hardware/* Copyright: (C) 2023 Sebastian Wendel diff --git a/README.md b/README.md index 534df9f..822d034 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# FlowFlexure +# FlowFlexure Microscope -An open source hardware flow imaging microscope +An open source flow imaging microscope ## Overview @@ -19,8 +19,8 @@ This project aims to offer a more accessible, cost-effective, and higher-quality ## Getting Started - Order the parts from the [Bill off Material](./hardware/BOM.md) -- Print the 3D parts from the [release page](https://code.srx.dev/srx/flowflexure/releases/) -- Assemble the parts as described in the [manufacturing documentation](./docs/manufacturing.md) +- Print the 3D parts from the [release page](https://code.srx.dev/srx/FlowFlexure/releases/) +- Assemble the microscope as described in the [assembly instructions](./docs/assembly.md) ## Contributing diff --git a/flake.nix b/flake.nix index 2f9037a..0941d12 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "FlowFlexure- a 3D printed high precision flow imaging microscope"; + description = "FlowFlexure - an open source flow imaging microscope"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; @@ -11,7 +11,6 @@ }; outputs = { - self, nixpkgs, flake-utils, ... diff --git a/okh.toml b/okh.toml index a9cccc8..60dc555 100644 --- a/okh.toml +++ b/okh.toml @@ -3,8 +3,8 @@ function = "An open source hardware flow imaging microscope" okhv = "OKH-LOSHv1.0" version = "0.1" -repo = "https://code.srx.dev/srx/flowflexure" -release = "https://code.srx.dev/srx/flowflexure/releases" +repo = "https://code.srx.dev/srx/flowflexure-microscope" +release = "https://code.srx.dev/srx/flowflexure-microscope/releases" license = "CERN-OHL-S-2.0" licensor = "Sebastian Wendel"