dia: add license

This commit is contained in:
Markus Kowalewski 2018-08-22 23:42:05 +02:00 committed by Markus Kowalewski
parent b97ea32ff0
commit b76029d568
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -28,10 +28,11 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
meta = with stdenv.lib; {
description = "Gnome Diagram drawing software";
homepage = http://live.gnome.org/Dia;
maintainers = with stdenv.lib.maintainers; [raskin];
platforms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ raskin ];
license = licenses.gpl2;
platforms = platforms.unix;
};
}