Skip to content

Commit

Permalink
treewide: remove ralith from meta.maintainers [inactivity] [orphans]
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Aug 9, 2024
1 parent faa9072 commit e004725
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 = with maintainers; [ ];

Check failure on line 29 in pkgs/tools/misc/qt5ct/default.nix

View workflow job for this annotation

GitHub Actions / exp-nixf-tidy-check

sema-extra-with

unused `with` expression
mainProgram = "qt5ct";
};
}

0 comments on commit e004725

Please sign in to comment.