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

View File

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