Skip to content

Commit

Permalink
Merge pull request #332609 from museoa/remove-ralith
Browse files Browse the repository at this point in the history
treewide: remove ralith from meta.maintainers [inactivity] [orphans]
  • Loading branch information
superherointj authored Aug 19, 2024
2 parents dacbc70 + f262891 commit af52c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stdenv.mkDerivation {
description = "Native Hangouts support for pidgin";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ralith ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/qt5ct/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mkDerivation rec {
homepage = "https://sourceforge.net/projects/qt5ct/";
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = with maintainers; [ ralith ];
maintainers = [ ];
mainProgram = "qt5ct";
};
}

0 comments on commit af52c7b

Please sign in to comment.