treewide: update which packages I'm currently maintaining

Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
wip/yesman
Maximilian Bosch 4 years ago
parent 1635c6916e
commit 9842c4b107
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 2
      pkgs/applications/audio/spotify/default.nix
  2. 2
      pkgs/applications/editors/jetbrains/default.nix
  3. 2
      pkgs/applications/editors/neovim/default.nix
  4. 2
      pkgs/applications/graphics/feh/default.nix
  5. 2
      pkgs/applications/misc/rofi/default.nix
  6. 2
      pkgs/applications/science/logic/aspino/default.nix
  7. 2
      pkgs/applications/version-management/git-and-tools/delta/default.nix
  8. 2
      pkgs/applications/video/minitube/default.nix
  9. 2
      pkgs/applications/video/mpv/default.nix
  10. 2
      pkgs/applications/window-managers/i3/layout-manager.nix
  11. 2
      pkgs/applications/window-managers/sway/default.nix
  12. 2
      pkgs/development/libraries/libgroove/default.nix
  13. 2
      pkgs/development/python-modules/git-annex-adapter/default.nix
  14. 2
      pkgs/development/python-modules/google-i18n-address/default.nix
  15. 2
      pkgs/development/python-modules/gpapi/default.nix
  16. 2
      pkgs/development/python-modules/gplaycli/default.nix
  17. 2
      pkgs/development/python-modules/jira/default.nix
  18. 2
      pkgs/development/python-modules/poppler-qt5/default.nix
  19. 2
      pkgs/development/python-modules/thumbor/default.nix
  20. 2
      pkgs/development/tools/database/sqlitebrowser/default.nix
  21. 2
      pkgs/development/tools/react-native-debugger/default.nix
  22. 2
      pkgs/development/tools/rust/cargo-make/default.nix
  23. 2
      pkgs/misc/frescobaldi/default.nix
  24. 2
      pkgs/os-specific/linux/macchanger/default.nix
  25. 2
      pkgs/servers/amqp/qpid-cpp/default.nix
  26. 2
      pkgs/servers/roundcube/default.nix
  27. 2
      pkgs/shells/zsh/gradle-completion/default.nix
  28. 2
      pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/default.nix
  29. 2
      pkgs/tools/misc/3llo/default.nix
  30. 2
      pkgs/tools/misc/fzf/default.nix
  31. 2
      pkgs/tools/misc/lnav/default.nix
  32. 2
      pkgs/tools/misc/partition-manager/default.nix
  33. 2
      pkgs/tools/misc/uutils-coreutils/default.nix
  34. 2
      pkgs/tools/misc/youtube-dl/default.nix
  35. 2
      pkgs/tools/networking/airfield/default.nix
  36. 2
      pkgs/tools/networking/ocserv/default.nix
  37. 2
      pkgs/tools/networking/offlineimap/default.nix
  38. 2
      pkgs/tools/security/notary/default.nix
  39. 2
      pkgs/tools/text/ripgrep-all/default.nix
  40. 2
      pkgs/tools/text/ripgrep/default.nix

@ -159,7 +159,7 @@ stdenv.mkDerivation {
homepage = https://www.spotify.com/;
description = "Play music from the Spotify music service";
license = licenses.unfree;
maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu mudri timokau ];
maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu mudri timokau ma27 ];
platforms = [ "x86_64-linux" ];
};
}

@ -150,7 +150,7 @@ let
with on-the-fly code analysis, error prevention and
automated refactorings for PHP and JavaScript code.
'';
maintainers = with maintainers; [ schristo ];
maintainers = with maintainers; [ schristo ma27 ];
platforms = platforms.linux;
};
});

@ -119,7 +119,7 @@ in
# those contributions were copied from Vim (identified in the commit logs
# by the vim-patch token). See LICENSE for details."
license = with licenses; [ asl20 vim ];
maintainers = with maintainers; [ manveru rvolosatovs ];
maintainers = with maintainers; [ manveru rvolosatovs ma27 ];
platforms = platforms.unix;
};
}

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "A light-weight image viewer";
homepage = "https://feh.finalrewind.org/";
license = licenses.mit;
maintainers = with maintainers; [ viric willibutz globin ];
maintainers = with maintainers; [ viric willibutz globin ma27 ];
platforms = platforms.unix;
};
}

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Window switcher, run dialog and dmenu replacement";
homepage = "https://github.com/davatorium/rofi";
license = licenses.mit;
maintainers = with maintainers; [ mbakke ma27 ];
maintainers = with maintainers; [ mbakke ];
platforms = with platforms; linux;
};
}

@ -40,7 +40,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "SAT/PseudoBoolean/MaxSat/ASP solver using glucose";
maintainers = with maintainers; [ gebner ma27 ];
maintainers = with maintainers; [ gebner ];
platforms = platforms.unix;
license = licenses.asl20;
homepage = https://alviano.net/software/maxino/;

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
description = "A syntax-highlighting pager for git";
changelog = "https://github.com/dandavison/delta/releases/tag/${version}";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = with maintainers; [ marsam ma27 ];
};
}

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = https://flavio.tordini.org/minitube;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -235,7 +235,7 @@ in stdenv.mkDerivation rec {
description = "A media player that supports many video formats (MPlayer and mplayer2 fork)";
homepage = https://mpv.io;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres fpletz globin ivan ];
maintainers = with maintainers; [ AndersonTorres fpletz globin ivan ma27 ];
platforms = platforms.darwin ++ platforms.linux;
longDescription = ''

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
description = "Saving, loading and managing layouts for i3wm.";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
homepage = https://swaywm.org;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos synthetica ];
maintainers = with maintainers; [ primeos synthetica ma27 ];
};
}

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/andrewrk/libgroove;
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ andrewrk ma27 ];
maintainers = with maintainers; [ andrewrk ];
};
}

@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = https://github.com/alpernebbi/git-annex-adapter;
description = "Call git-annex commands from Python";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dotlambda ma27 ];
maintainers = with maintainers; [ dotlambda ];
};
}

@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google's i18n address data packaged for Python";
homepage = https://pypi.org/project/google-i18n-address/;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
license = licenses.bsd3;
};
}

@ -20,6 +20,6 @@ buildPythonPackage rec {
homepage = https://github.com/NoMore201/googleplay-api;
license = licenses.gpl3;
description = "Google Play Unofficial Python API";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -21,6 +21,6 @@ buildPythonPackage rec {
homepage = https://github.com/matlink/gplaycli;
description = "Google Play Downloader via Command line";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -30,6 +30,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "This library eases the use of the JIRA REST API from Python.";
license = licenses.bsd2;
maintainers = with maintainers; [ globin ma27 ];
maintainers = with maintainers; [ globin ];
};
}

@ -37,6 +37,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/wbsoft/python-poppler-qt5;
license = licenses.gpl2;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -85,6 +85,6 @@ buildPythonPackage rec {
description = "A smart imaging service";
homepage = https://github.com/thumbor/thumbor/wiki;
license = licenses.mit;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -26,7 +26,7 @@ mkDerivation rec {
description = "DB Browser for SQLite";
homepage = http://sqlitebrowser.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -78,6 +78,6 @@ in stdenv.mkDerivation rec {
homepage = https://github.com/jhen0409/react-native-debugger;
license = licenses.mit;
description = "The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
description = "A Rust task runner and build tool";
homepage = "https://github.com/sagiegurari/cargo-make";
license = licenses.asl20;
maintainers = with maintainers; [ xrelkd ma27 ];
maintainers = with maintainers; [ xrelkd ];
platforms = platforms.all;
};
}

@ -35,7 +35,7 @@ python3Packages.buildPythonApplication rec {
fonts and keyboard shortcuts
'';
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sepi ma27 ];
maintainers = with maintainers; [ sepi ];
platforms = platforms.all;
};
}

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A utility for viewing/manipulating the MAC address of network interfaces";
maintainers = with maintainers; [ joachifm ];
maintainers = with maintainers; [ joachifm ma27 ];
license = licenses.gpl2Plus;
homepage = https://www.gnu.org/software/macchanger;
platforms = platforms.linux;

@ -16,7 +16,7 @@ let
description = "An AMQP message broker and a C++ messaging API";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ cpages ma27 ];
maintainers = with maintainers; [ cpages ];
};
qpid-cpp = stdenv.mkDerivation {

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Open Source Webmail Software";
maintainers = with stdenv.lib.maintainers; [ vskilet globin ];
maintainers = with stdenv.lib.maintainers; [ vskilet globin ma27 ];
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
};

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "Gradle tab completion for bash and zsh";
homepage = https://github.com/gradle/gradle-completion;
license = licenses.mit;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = https://mike-fabian.github.io/ibus-typing-booster/;
license = licenses.gpl3Plus;
description = "A typing booster engine for the IBus platform";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
isIbusEngine = true;
};
}

@ -26,6 +26,6 @@ bundlerApp {
description = "Trello interactive CLI on terminal";
license = licenses.mit;
homepage = https://github.com/qcam/3llo;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -60,7 +60,7 @@ buildGoModule rec {
homepage = "https://github.com/junegunn/fzf";
description = "A command-line fuzzy finder written in Go";
license = licenses.mit;
maintainers = with maintainers; [ filalex77 ];
maintainers = with maintainers; [ filalex77 ma27 ];
platforms = platforms.unix;
};
}

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
downloadPage = "https://github.com/tstack/lnav/releases";
license = licenses.bsd2;
version = "0.8.5";
maintainers = [ maintainers.dochang ];
maintainers = with maintainers; [ dochang ma27 ];
platforms = platforms.unix;
};

@ -27,6 +27,6 @@ in mkDerivation rec {
description = "KDE Partition Manager";
license = licenses.gpl2;
homepage = https://www.kde.org/applications/system/kdepartitionmanager/;
maintainers = with maintainers; [ peterhoeg ma27 ];
maintainers = with maintainers; [ peterhoeg ];
};
}

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage {
CLI utils in Rust. This repo is to aggregate the GNU coreutils rewrites.
'';
homepage = https://github.com/uutils/coreutils;
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
license = licenses.mit;
platforms = platforms.unix;
};

@ -65,6 +65,6 @@ buildPythonPackage rec {
'';
license = licenses.publicDomain;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ];
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ma27 ];
};
}

@ -64,7 +64,7 @@ in stdenv.mkDerivation {
description = "A web-interface for hipache-proxy";
license = licenses.mit;
homepage = https://github.com/emblica/airfield;
maintainers = with maintainers; [ offline ma27 ];
maintainers = with maintainers; [ offline ];
platforms = platforms.linux;
};
}

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = https://gitlab.com/openconnect/ocserv;
license = licenses.gpl2;
description = "This program is openconnect VPN server (ocserv), a server for the openconnect VPN client.";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
};
}

@ -35,6 +35,6 @@ python2Packages.buildPythonApplication rec {
description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
homepage = http://offlineimap.org;
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ endocrimes ma27 ];
maintainers = with stdenv.lib.maintainers; [ endocrimes ];
};
}

@ -59,7 +59,7 @@ buildGoPackage rec {
'';
license = licenses.asl20;
homepage = https://github.com/theupdateframework/notary;
maintainers = with maintainers; [ vdemeester ma27 ];
maintainers = with maintainers; [ vdemeester ];
platforms = platforms.unix;
};
}

@ -57,7 +57,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = https://github.com/phiresky/ripgrep-all;
license = with licenses; [ agpl3Plus ];
maintainers = with maintainers; [ zaninime ];
maintainers = with maintainers; [ zaninime ma27 ];
platforms = platforms.all;
};
}

@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
homepage = https://github.com/BurntSushi/ripgrep;
license = with licenses; [ unlicense /* or */ mit ];
maintainers = with maintainers; [ tailhook globin ];
maintainers = with maintainers; [ tailhook globin ma27 ];
platforms = platforms.all;
};
}

Loading…
Cancel
Save