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
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

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;
};
}