summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2020-06-04 12:47:42 +0200
committerGitHub <noreply@github.com>2020-06-04 12:47:42 +0200
commita15262665a4679942dcd961c0f8f45d10092ceb7 (patch)
tree6286689c04f6fbf3871a416ad51257a253a2a562 /pkgs/tools/filesystems
parentfac1d3c4a7321cf068d2677c948f3987086e10e0 (diff)
parent3b26ba8b91ecbd65ab3eb7c528aea81d243c7c64 (diff)
downloadnixpkgs-a15262665a4679942dcd961c0f8f45d10092ceb7.tar
nixpkgs-a15262665a4679942dcd961c0f8f45d10092ceb7.tar.gz
nixpkgs-a15262665a4679942dcd961c0f8f45d10092ceb7.tar.bz2
nixpkgs-a15262665a4679942dcd961c0f8f45d10092ceb7.tar.lz
nixpkgs-a15262665a4679942dcd961c0f8f45d10092ceb7.tar.xz
nixpkgs-a15262665a4679942dcd961c0f8f45d10092ceb7.tar.zst
nixpkgs-a15262665a4679942dcd961c0f8f45d10092ceb7.zip
Merge pull request #88466 from puzzlewolf/gazebo_remove
gazebo: remove
Diffstat (limited to 'pkgs/tools/filesystems')
-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 d9d97a424bd..4adf124d529 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;
   };
 }