remove myself from a bunch of software I no longer use/maintain

wip/yesman
Domen Kožar 3 years ago
parent 61706fc470
commit 52041b5d02
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246
  1. 2
      pkgs/applications/graphics/shotwell/default.nix
  2. 2
      pkgs/applications/misc/calibre/default.nix
  3. 2
      pkgs/applications/networking/ike/default.nix
  4. 2
      pkgs/applications/networking/instant-messengers/utox/default.nix
  5. 2
      pkgs/applications/networking/mailreaders/mailpile/default.nix
  6. 2
      pkgs/applications/networking/p2p/retroshare/default.nix
  7. 2
      pkgs/applications/video/kodi/default.nix
  8. 2
      pkgs/os-specific/linux/dpdk/default.nix
  9. 2
      pkgs/os-specific/linux/numad/default.nix
  10. 2
      pkgs/os-specific/linux/v4l2loopback/default.nix
  11. 2
      pkgs/servers/monitoring/munin/default.nix
  12. 2
      pkgs/servers/search/solr/default.nix
  13. 2
      pkgs/tools/audio/beets/default.nix
  14. 2
      pkgs/tools/backup/bacula/default.nix
  15. 2
      pkgs/tools/misc/ldapvi/default.nix
  16. 2
      pkgs/tools/networking/aircrack-ng/default.nix
  17. 2
      pkgs/tools/networking/getmail/default.nix
  18. 2
      pkgs/tools/networking/snabb/default.nix
  19. 2
      pkgs/tools/package-management/nixops/default.nix
  20. 2
      pkgs/tools/package-management/python2nix/default.nix
  21. 2
      pkgs/tools/text/poedit/default.nix

@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
description = "Popular photo organizer for the GNOME desktop";
homepage = "https://wiki.gnome.org/Apps/Shotwell";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [domenkozar];
maintainers = with maintainers; [];
platforms = platforms.linux;
};
}

@ -179,7 +179,7 @@ mkDerivation rec {
free and open source and great for both casual users and computer experts.
'';
license = with licenses; if unrarSupport then unfreeRedistributable else gpl3Plus;
maintainers = with maintainers; [ domenkozar pSub AndersonTorres ];
maintainers = with maintainers; [ pSub AndersonTorres ];
platforms = platforms.linux;
};
}

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.shrew.net/software";
description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";
platforms = platforms.unix;
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
license = licenses.sleepycat;
};
}

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "Lightweight Tox client";
homepage = "https://github.com/uTox/uTox";
license = licenses.gpl3;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

@ -44,7 +44,7 @@ python2Packages.buildPythonApplication rec {
homepage = "https://www.mailpile.is/";
license = [ licenses.asl20 licenses.agpl3 ];
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
knownVulnerabilities = [
"Numerous and uncounted, upstream has requested we not package it. See more: https://github.com/NixOS/nixpkgs/pull/23058#issuecomment-283515104"
];

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
homepage = "http://retroshare.sourceforge.net/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
broken = true; # broken by libupnp: 1.6.21 -> 1.8.3 (#41684)
};
}

@ -293,6 +293,6 @@ in stdenv.mkDerivation {
homepage = "https://kodi.tv/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ domenkozar titanous edwtjo peterhoeg sephalon ];
maintainers = with maintainers; [ titanous edwtjo peterhoeg sephalon ];
};
}

@ -70,6 +70,6 @@ in stdenv.mkDerivation rec {
homepage = "http://dpdk.org/";
license = with licenses; [ lgpl21 gpl2 bsd2 ];
platforms = platforms.linux;
maintainers = with maintainers; [ domenkozar magenbluten orivej ];
maintainers = with maintainers; [ magenbluten orivej ];
};
}

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://fedoraproject.org/wiki/Features/numad";
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "A kernel module to create V4L2 loopback devices";
homepage = "https://github.com/umlaeute/v4l2loopback";
license = licenses.gpl2;
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
platforms = platforms.linux;
};
}

@ -136,7 +136,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://munin-monitoring.org/";
license = licenses.gpl2;
maintainers = [ maintainers.domenkozar maintainers.bjornfor ];
maintainers = [ maintainers.bjornfor ];
platforms = platforms.linux;
};
}

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
description = "Open source enterprise search platform from the Apache Lucene project";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ domenkozar aanderse ];
maintainers = with maintainers; [ aanderse ];
};
}

@ -297,7 +297,7 @@ in pythonPackages.buildPythonApplication rec {
description = "Music tagger and library organizer";
homepage = "http://beets.io";
license = licenses.mit;
maintainers = with maintainers; [ aszlig domenkozar doronbehar lovesegfault pjones ];
maintainers = with maintainers; [ aszlig doronbehar lovesegfault pjones ];
platforms = platforms.linux;
};
}

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
description = "Enterprise ready, Network Backup Tool";
homepage = "http://bacula.org/";
license = with licenses; [ agpl3Only bsd2 ];
maintainers = with maintainers; [ domenkozar lovek323 eleanor ];
maintainers = with maintainers; [ lovek323 eleanor ];
platforms = platforms.all;
};
}

@ -26,7 +26,7 @@ stdenv.mkDerivation {
'';
homepage = "http://www.lichteblau.com/ldapvi/";
license = licenses.gpl2;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
platforms = lib.platforms.linux;
};
}

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Wireless encryption cracking tools";
homepage = "http://www.aircrack-ng.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

@ -19,7 +19,7 @@ python2Packages.buildPythonApplication rec {
meta = {
description = "A program for retrieving mail";
maintainers = [ lib.maintainers.raskin lib.maintainers.domenkozar ];
maintainers = [ lib.maintainers.raskin ];
platforms = lib.platforms.linux;
homepage = "http://pyropus.ca/software/getmail/";

@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
'';
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
maintainers = [ maintainers.lukego maintainers.domenkozar ];
maintainers = [ maintainers.lukego ];
};
}

@ -63,7 +63,7 @@ in python2Packages.buildPythonApplication {
meta = {
homepage = "https://github.com/NixOS/nixops";
description = "NixOS cloud provisioning and deployment tool";
maintainers = with lib.maintainers; [ aminechikhaoui eelco rob domenkozar ];
maintainers = with lib.maintainers; [ aminechikhaoui eelco rob ];
platforms = lib.platforms.unix;
license = lib.licenses.lgpl3;
};

@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication {
propagatedBuildInputs = with pythonPackages; [ requests pip setuptools ];
meta = with lib; {
maintainers = [ maintainers.domenkozar ];
maintainers = [ ];
platforms = platforms.all;
};
}

@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.poedit.net/";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}

Loading…
Cancel
Save