aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/cd-dvd
diff options
context:
space:
mode:
authorJascha Geerds <jascha@geerds.org>2019-03-12 23:45:33 +0100
committerJascha Geerds <jascha@geerds.org>2019-03-12 23:50:52 +0100
commitffedc3e4a916a3dd167a6e371368bfd645d245f4 (patch)
treea0e49e656b1d728928e389a3ef9b0fdcc24deffd /pkgs/tools/cd-dvd
parentc484d9b5011a3c710424ea14332d02047ff12b39 (diff)
misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those packages.
Diffstat (limited to 'pkgs/tools/cd-dvd')
-rw-r--r--pkgs/tools/cd-dvd/dvdisaster/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/dvdisaster/default.nix b/pkgs/tools/cd-dvd/dvdisaster/default.nix
index 590c32188141..82f1842e963e 100644
--- a/pkgs/tools/cd-dvd/dvdisaster/default.nix
+++ b/pkgs/tools/cd-dvd/dvdisaster/default.nix
@@ -83,6 +83,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.gpl3Plus;
platforms = platforms.linux;
- maintainers = with maintainers; [ jgeerds ];
+ maintainers = with maintainers; [ ];
};
}