Skip to content

Commit

Permalink
treewide: remove maintainer jorsn
Browse files Browse the repository at this point in the history
Inactive since 2020.
  • Loading branch information
emilazy committed Jul 29, 2024
1 parent ba9b01b commit 041c5d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9949,12 +9949,6 @@
githubId = 1767283;
name = "Joris Engbers";
};
jorsn = {
name = "Johannes Rosenberger";
email = "johannes@jorsn.eu";
github = "jorsn";
githubId = 4646725;
};
joscha = {
name = "Joscha Loos";
email = "j.loos@posteo.net";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
description = "Address-completion for khard via deoplete";
homepage = "https://github.com/nicoe/deoplete-khard";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jorsn ];
maintainers = [ ];
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libextractor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ stdenv.mkDerivation rec {

license = licenses.gpl3Plus;

maintainers = [ maintainers.jorsn ];
maintainers = [ ];
platforms = platforms.unix;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in stdenv.mkDerivation rec {
'';
downloadPage = "https://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=EN&CN2=&DSCMI=16857&DSCCHK=4334d3487503d7f916ccf5d58071b05b7687294f";
license = with lib.licenses; [ lgpl21 epson ];
maintainers = [ lib.maintainers.jorsn ];
maintainers = [ ];
platforms = [ "x86_64-linux" "i686-linux" ];
};
}

0 comments on commit 041c5d2

Please sign in to comment.