about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 17:24:10 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 17:24:10 +0200
commit758038a4e03951ae3e95fdbcaa3ee0eff56e6c75 (patch)
treecdd76aab8a013195c4392c4e977b19ca921e3d9d /pkgs/applications
parente3523b4ef1fdbb3e755ab338f6debd7b0c85a0d5 (diff)
downloadnixlib-758038a4e03951ae3e95fdbcaa3ee0eff56e6c75.tar
nixlib-758038a4e03951ae3e95fdbcaa3ee0eff56e6c75.tar.gz
nixlib-758038a4e03951ae3e95fdbcaa3ee0eff56e6c75.tar.bz2
nixlib-758038a4e03951ae3e95fdbcaa3ee0eff56e6c75.tar.lz
nixlib-758038a4e03951ae3e95fdbcaa3ee0eff56e6c75.tar.xz
nixlib-758038a4e03951ae3e95fdbcaa3ee0eff56e6c75.tar.zst
nixlib-758038a4e03951ae3e95fdbcaa3ee0eff56e6c75.zip
amsn: add license
see issue #43716
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/amsn/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/amsn/default.nix b/pkgs/applications/networking/instant-messengers/amsn/default.nix
index 623dc8382337..e6ffd72afa5a 100644
--- a/pkgs/applications/networking/instant-messengers/amsn/default.nix
+++ b/pkgs/applications/networking/instant-messengers/amsn/default.nix
@@ -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;
   };
 }