mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
libqalculate: add license meta
This commit is contained in:
parent
58654866ce
commit
cc6e59e5d1
@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
|
||||
description = "An advanced calculator library";
|
||||
homepage = http://qalculate.github.io;
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user