Skip to content

Commit

Permalink
amule-{daemon,gui}: renamed package name to kebap-case
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Feb 21, 2022
1 parent 9a5767c commit 81ef57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ mapAliases ({
amazon-glacier-cmd-interface = throw "amazon-glacier-cmd-interface has been removed due to it being unmaintained."; # Added 2020-10-30
aminal = throw "aminal was renamed to darktile."; # Added 2021-09-28
ammonite-repl = ammonite; # Added 2017-05-02
amuleDaemon = throw "amuleDaemon was renamed to amule-daemon."; # Added 2022-02-11
amuleGui = throw "amuleGui was renamed to amule-gui."; # Added 2022-02-11
amsn = throw "amsn has been removed due to being unmaintained."; # Added 2020-12-09
angelfish = libsForQt5.plasmaMobileGear.angelfish; # Added 2021-10-06
antimicro = throw "antimicro has been removed as it was broken, see antimicrox instead."; # Added 2020-08-06
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1530,12 +1530,12 @@ with pkgs;

amule = callPackage ../tools/networking/p2p/amule { };

amuleDaemon = amule.override {
amule-daemon = amule.override {
monolithic = false;
enableDaemon = true;
};

amuleGui = amule.override {
amule-gui = amule.override {
monolithic = false;
client = true;
};
Expand Down

0 comments on commit 81ef57d

Please sign in to comment.