Unmaintain a bunch of packages

Trying to take maintainership more seriously...

Signed-off-by: Shea Levy <shea@shealevy.com>
wip/yesman
Shea Levy 11 years ago
parent cb9cc87a39
commit ca116f76f9
  1. 2
      pkgs/applications/networking/remote/freerdp/default.nix
  2. 2
      pkgs/applications/networking/remote/freerdp/unstable.nix
  3. 2
      pkgs/applications/window-managers/trayer/default.nix
  4. 2
      pkgs/development/libraries/audiofile/default.nix
  5. 1
      pkgs/development/libraries/flite/default.nix
  6. 1
      pkgs/development/libraries/freetds/default.nix
  7. 2
      pkgs/development/libraries/mtdev/default.nix
  8. 1
      pkgs/development/libraries/pocketsphinx/default.nix
  9. 2
      pkgs/development/libraries/sbc/default.nix
  10. 1
      pkgs/development/libraries/sphinxbase/default.nix
  11. 2
      pkgs/games/minecraft/default.nix
  12. 1
      pkgs/os-specific/linux/firmware/b43-firmware-cutter/default.nix
  13. 1
      pkgs/os-specific/linux/firmware/b43-firmware/5.1.138.nix
  14. 1
      pkgs/os-specific/linux/pommed/default.nix
  15. 2
      pkgs/os-specific/linux/xf86-input-mtrack/default.nix
  16. 2
      pkgs/os-specific/linux/xf86-input-multitouch/default.nix
  17. 2
      pkgs/os-specific/linux/xf86-video-nouveau/default.nix
  18. 2
      pkgs/tools/misc/cunit/default.nix
  19. 2
      pkgs/tools/misc/grub/2.0x.nix
  20. 2
      pkgs/tools/networking/dd-agent/default.nix
  21. 1
      pkgs/tools/security/ossec/default.nix
  22. 1
      pkgs/tools/text/xml/html-xml-utils/default.nix
  23. 1
      pkgs/top-level/python-packages.nix

@ -61,7 +61,5 @@ stdenv.mkDerivation rec {
homepage = http://www.freerdp.com/;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -70,8 +70,6 @@ stdenv.mkDerivation rec {
homepage = http://www.freerdp.com/;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
description = "A lightweight GTK2-based systray for UNIX desktop";
maintainers = [ stdenv.lib.maintainers.shlevy ];
platforms = stdenv.lib.platforms.linux;
};
}

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "Library for reading and writing audio files in various formats";
homepage = http://www.68k.org/~michael/audiofile/;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ lovek323 shlevy ];
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
}

@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
description = "A small, fast run-time speech synthesis engine";
homepage = http://www.speech.cs.cmu.edu/flite/index.html;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -13,7 +13,6 @@ stdenv.mkDerivation {
"Libraries to natively talk to Microsoft SQL Server and Sybase databases";
homepage = "http://www.freetds.org";
license = "lgpl";
maintainers = [ stdenv.lib.maintainers.shlevy ];
platforms = stdenv.lib.platforms.all;
};
}

@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
'';
license = "MIT/X11";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
description = "Voice recognition library written in C";
homepage = http://cmusphinx.sourceforge.net;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -16,7 +16,5 @@ stdenv.mkDerivation rec {
homepage = http://www.bluez.org/;
licenses = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -19,7 +19,6 @@ stdenv.mkDerivation (rec {
description = "Support Library for Pocketsphinx";
homepage = http://cmusphinx.sourceforge.net;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
} // (stdenv.lib.optionalAttrs multipleOutputs {
outputs = [ "out" "lib" "headers" ];

@ -30,7 +30,7 @@ stdenv.mkDerivation {
meta = {
description = "A sandbox-building game";
homepage = http://www.minecraft.net;
maintainers = [ stdenv.lib.maintainers.page stdenv.lib.maintainers.shlevy ];
maintainers = [ stdenv.lib.maintainers.page ];
license = "unfree-redistributable";
};
}

@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
description = "Firmware extractor for cards supported by the b43 kernel module";
homepage = http://wireless.kernel.org/en/users/Drivers/b43;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -23,7 +23,6 @@ stdenv.mkDerivation {
description = "Firmware for cards supported by the b43 kernel module";
homepage = http://wireless.kernel.org/en/users/Drivers/b43;
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -75,6 +75,5 @@ stdenv.mkDerivation rec {
description = "A tool to handle hotkeys on Apple laptop keyboards";
homepage = http://www.technologeek.org/projects/pommed/index.html;
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -45,8 +45,6 @@ stdenv.mkDerivation {
description = "An Xorg driver for multitouch trackpads";
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -46,8 +46,6 @@ stdenv.mkDerivation {
description = "Brings multitouch gestures to the Linux desktop";
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -31,7 +31,5 @@ stdenv.mkDerivation rec {
description = "The xorg driver for nouveau-driven video cards";
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://cunit.sourceforge.net/;
license = "lgpl";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -87,8 +87,6 @@ stdenv.mkDerivation rec {
license = "GPLv3+";
maintainers = with stdenv.lib.maintainers; [ shlevy ];
platforms = if EFIsupport then
[ "i686-linux" "x86_64-linux" ]
else

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = http://www.datadoghq.com;
maintainers = [ stdenv.lib.maintainers.shlevy stdenv.lib.maintainers.iElectric ];
maintainers = [ stdenv.lib.maintainers.iElectric ];
license = stdenv.lib.licenses.bsd3;

@ -34,7 +34,6 @@ yes
description = "Open soruce host-based instrusion detection system";
homepage = http://www.ossec.net;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -15,6 +15,5 @@ stdenv.mkDerivation rec {
description = "Utilities for manipulating HTML and XML files";
homepage = http://www.w3.org/Tools/HTML-XML-utils/;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

@ -1076,7 +1076,6 @@ pythonPackages = modules // import ./python-packages-generated.nix {
description = "Code coverage measurement for python";
homepage = http://nedbatchelder.com/code/coverage/;
license = pkgs.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
};

Loading…
Cancel
Save