disper: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-05 16:29:27 +02:00
parent f611b23aee
commit 9ff03a7716

View File

@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
description = "On-the-fly display switch utility";
homepage = http://willem.engen.nl/projects/disper/;
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3;
};
}