1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

diskscan: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:28:41 +02:00
parent 31b8aebded
commit f611b23aee
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
platforms = with platforms; linux;
maintainers = with maintainers; [ peterhoeg ];
inherit version;
license = licenses.gpl3;
};
}