summary refs log tree commit diff
path: root/pkgs/applications/graphics/gthumb/default.nix
diff options
context:
space:
mode:
authorMiguel Madrid Mencía <miguel.madrid.mencia@gmail.com>2019-09-14 12:15:46 +0200
committerMiguel Madrid Mencía <miguel.madrid.mencia@gmail.com>2019-09-14 12:15:46 +0200
commit148c82e07e91222b82fe5fc448cbe6a11d695fe3 (patch)
tree571b742fb707257f90c73b35c94db58a35910133 /pkgs/applications/graphics/gthumb/default.nix
parent0ec4d3b246cf26e4aad34e3ad52d1c0cd5fee6d7 (diff)
downloadnixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.gz
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.bz2
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.lz
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.xz
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.tar.zst
nixpkgs-148c82e07e91222b82fe5fc448cbe6a11d695fe3.zip
maintainer: mimadrid: update github username and personal data
Diffstat (limited to 'pkgs/applications/graphics/gthumb/default.nix')
-rw-r--r--pkgs/applications/graphics/gthumb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/gthumb/default.nix b/pkgs/applications/graphics/gthumb/default.nix
index 6bcee18651b..f24d57786ef 100644
--- a/pkgs/applications/graphics/gthumb/default.nix
+++ b/pkgs/applications/graphics/gthumb/default.nix
@@ -103,6 +103,6 @@ stdenv.mkDerivation rec {
     description = "Image browser and viewer for GNOME";
     platforms = platforms.linux;
     license = licenses.gpl2Plus;
-    maintainers = [ maintainers.mimadrid ];
+    maintainers = [ maintainers.mimame ];
   };
 }