mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
add even more metadata to Cargo.toml
Also just parse the `Cargo.toml` for the nix `meta` attribute.
This commit is contained in:
@@ -110,10 +110,9 @@
|
||||
'' else "";
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
description = "Post-quantum crypto frontend for WireGuard";
|
||||
inherit (cargoToml.package) description homepage;
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = [ maintainers.wucke13 ];
|
||||
homepage = "https://rosenpass.eu/";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user