summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-10 21:40:21 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-10 22:16:20 +0200
commit3f1849e29cb37facafac5690143130a57f1d2a9b (patch)
tree2132d7609ce0c59dd0fc466f45f4ef4e6c7cb8af /pkgs/tools/networking
parent4d24db6e0c568c0988c968a1bba1d8a4e9fae31b (diff)
downloadnixlib-3f1849e29cb37facafac5690143130a57f1d2a9b.tar
nixlib-3f1849e29cb37facafac5690143130a57f1d2a9b.tar.gz
nixlib-3f1849e29cb37facafac5690143130a57f1d2a9b.tar.bz2
nixlib-3f1849e29cb37facafac5690143130a57f1d2a9b.tar.lz
nixlib-3f1849e29cb37facafac5690143130a57f1d2a9b.tar.xz
nixlib-3f1849e29cb37facafac5690143130a57f1d2a9b.tar.zst
nixlib-3f1849e29cb37facafac5690143130a57f1d2a9b.zip
philter: add license + homepage
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/philter/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/philter/default.nix b/pkgs/tools/networking/philter/default.nix
index f8f37e05a72e..5dff64e27c5c 100644
--- a/pkgs/tools/networking/philter/default.nix
+++ b/pkgs/tools/networking/philter/default.nix
@@ -18,8 +18,10 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Mail sorter for Maildirs";
+    homepage = http://philter.sourceforge.net;
     maintainers = with maintainers; [ raskin ];
     platforms = platforms.linux;
+    license = licenses.gpl2;
   };
 
   passthru = {