summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell/default.nix
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/graphics/shotwell/default.nix
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/graphics/shotwell/default.nix')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index bd9ad301d34..204d87a59c4 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
     description = "Popular photo organizer for the GNOME desktop";
     homepage = "https://wiki.gnome.org/Apps/Shotwell";
     license = licenses.lgpl21Plus;
-    maintainers = with maintainers; [domenkozar];
+    maintainers = with maintainers; [];
     platforms = platforms.linux;
   };
 }