amsn: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-07-22 17:24:10 +02:00
parent e3523b4ef1
commit 758038a4e0

View File

@@ -19,5 +19,6 @@ stdenv.mkDerivation {
description = "Instant messaging (MSN Messenger clone)";
homepage = http://amsn-project.net;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}