about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2018-08-14 13:33:05 +0200
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2018-08-14 13:33:05 +0200
commit038cd7533e9d516bb1459612bb2f50483d992f5e (patch)
tree12d50f4436fb6a0a52a4c0e33d4b36de524433d2 /pkgs/tools/networking
parentc6ffdedc532b2fd8e4a646f38a8c31dcbef7310d (diff)
downloadnixlib-038cd7533e9d516bb1459612bb2f50483d992f5e.tar
nixlib-038cd7533e9d516bb1459612bb2f50483d992f5e.tar.gz
nixlib-038cd7533e9d516bb1459612bb2f50483d992f5e.tar.bz2
nixlib-038cd7533e9d516bb1459612bb2f50483d992f5e.tar.lz
nixlib-038cd7533e9d516bb1459612bb2f50483d992f5e.tar.xz
nixlib-038cd7533e9d516bb1459612bb2f50483d992f5e.tar.zst
nixlib-038cd7533e9d516bb1459612bb2f50483d992f5e.zip
altermime: add license
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/altermime/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/tools/networking/altermime/default.nix b/pkgs/tools/networking/altermime/default.nix
index f1e85487d8fc..fee133b1d736 100644
--- a/pkgs/tools/networking/altermime/default.nix
+++ b/pkgs/tools/networking/altermime/default.nix
@@ -21,12 +21,11 @@ stdenv.mkDerivation rec {
     mkdir -p "$out/bin"
   '';
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "MIME alteration tool";
-    maintainers = with stdenv.lib.maintainers; [
-      raskin
-    ];
-    platforms = with stdenv.lib.platforms; linux;
+    maintainers = [ maintainers.raskin ];
+    platforms = platforms.linux;
+    license.fullName = "alterMIME LICENSE";
     downloadPage = "http://www.pldaniels.com/altermime/";
   };
 }