Skip to content

Commit

Permalink
mus: change upstream src; migrate to by-name
Browse files Browse the repository at this point in the history
~sfr -> ~nbsp; author (me) changed usernames
  • Loading branch information
nbsp committed Nov 28, 2023
1 parent 2a3d97b commit 7071bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rustPlatform.buildRustPackage rec {
version = "0.2.0";

src = fetchFromSourcehut {
owner = "~sfr";
owner = "~nbsp";
repo = pname;
rev = version;
hash = "sha256-yvMV+lhU9Wtwrhw0RKRUNFNznvZP0zcnT6jqPaqzhUs=";
Expand All @@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {

meta = with lib; {
description = "a pretty good mpd client";
homepage = "https://sr.ht/~sfr/mus";
homepage = "https://sr.ht/~nbsp/mus";
license = licenses.mit;
maintainers = with maintainers; [ nbsp ];
mainProgram = "mus";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40568,8 +40568,6 @@ with pkgs;

morph = callPackage ../tools/package-management/morph { };

mus = callPackage ../applications/audio/mus { };

muse = libsForQt5.callPackage ../applications/audio/muse { };

museeks = callPackage ../applications/audio/museeks { };
Expand Down

0 comments on commit 7071bf2

Please sign in to comment.