rink: specify license
This commit is contained in:
parent
12518ff683
commit
e4149e6e0b
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Unit-aware calculator";
|
description = "Unit-aware calculator";
|
||||||
homepage = "https://rinkcalc.app";
|
homepage = "https://rinkcalc.app";
|
||||||
license = with licenses; [ mpl20 gpl3 ];
|
license = with licenses; [ mpl20 gpl3Plus ];
|
||||||
maintainers = with maintainers; [ sb0 Br1ght0ne ];
|
maintainers = with maintainers; [ sb0 Br1ght0ne ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user