about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorpuzzlewolf <mail@nora.pink>2020-05-30 18:28:33 +0200
committerpuzzlewolf <mail@nora.pink>2020-05-30 18:38:37 +0200
commit3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64 (patch)
tree325c0653a5c22773ad9d5b57e6c0a034501bd804 /pkgs/tools
parentf9622e301153225461789af876d8c9658ca26ee1 (diff)
downloadnixlib-3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64.tar
nixlib-3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64.tar.gz
nixlib-3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64.tar.bz2
nixlib-3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64.tar.lz
nixlib-3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64.tar.xz
nixlib-3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64.tar.zst
nixlib-3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64.zip
maintainers: remove pxc
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/genromfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/genromfs/default.nix b/pkgs/tools/filesystems/genromfs/default.nix
index d9d97a424bdd..4adf124d529f 100644
--- a/pkgs/tools/filesystems/genromfs/default.nix
+++ b/pkgs/tools/filesystems/genromfs/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     homepage = "http://romfs.sourceforge.net/";
     description = "Tool for creating romfs file system images";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ pxc ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.all;
   };
 }