summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/retroshare
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-03-03 10:50:26 +0000
committerDomen Kožar <domen@dev.si>2021-03-03 10:50:26 +0000
commit52041b5d0232c35738968708a495436f8927ed17 (patch)
tree0729a13b40727ff3977bf44e9ebd53e0d15adddc /pkgs/applications/networking/p2p/retroshare
parent61706fc470d0838064f3453630468cefd685b090 (diff)
downloadnixpkgs-52041b5d0232c35738968708a495436f8927ed17.tar
nixpkgs-52041b5d0232c35738968708a495436f8927ed17.tar.gz
nixpkgs-52041b5d0232c35738968708a495436f8927ed17.tar.bz2
nixpkgs-52041b5d0232c35738968708a495436f8927ed17.tar.lz
nixpkgs-52041b5d0232c35738968708a495436f8927ed17.tar.xz
nixpkgs-52041b5d0232c35738968708a495436f8927ed17.tar.zst
nixpkgs-52041b5d0232c35738968708a495436f8927ed17.zip
remove myself from a bunch of software I no longer use/maintain
Diffstat (limited to 'pkgs/applications/networking/p2p/retroshare')
-rw-r--r--pkgs/applications/networking/p2p/retroshare/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/retroshare/default.nix b/pkgs/applications/networking/p2p/retroshare/default.nix
index 85a5217ff69..a39b4aab837 100644
--- a/pkgs/applications/networking/p2p/retroshare/default.nix
+++ b/pkgs/applications/networking/p2p/retroshare/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
     homepage = "http://retroshare.sourceforge.net/";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
-    maintainers = [ maintainers.domenkozar ];
+    maintainers = [ ];
     broken = true; # broken by libupnp: 1.6.21 -> 1.8.3 (#41684)
   };
 }