about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/spin
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-17 05:13:23 +0000
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-01-17 05:17:33 +0000
commit506c89c30af888a33cf013f418b544638dae1b27 (patch)
treead8c8526c4d1f19eb19c21b02b7c8527491ddf87 /pkgs/development/tools/analysis/spin
parent846b5c42f19fe2ea8deb58f072d5c2df56605d19 (diff)
downloadnixlib-506c89c30af888a33cf013f418b544638dae1b27.tar
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.gz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.bz2
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.lz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.xz
nixlib-506c89c30af888a33cf013f418b544638dae1b27.tar.zst
nixlib-506c89c30af888a33cf013f418b544638dae1b27.zip
maintainers: remove mornfall from packages
Diffstat (limited to 'pkgs/development/tools/analysis/spin')
-rw-r--r--pkgs/development/tools/analysis/spin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/analysis/spin/default.nix b/pkgs/development/tools/analysis/spin/default.nix
index 9d361aced326..284bf26782fe 100644
--- a/pkgs/development/tools/analysis/spin/default.nix
+++ b/pkgs/development/tools/analysis/spin/default.nix
@@ -35,6 +35,6 @@ in stdenv.mkDerivation rec {
     homepage = http://spinroot.com/;
     license = licenses.free;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ mornfall pSub ];
+    maintainers = with maintainers; [ pSub ];
   };
 }