mus: change upstream src; migrate to by-name
~sfr -> ~nbsp; author (me) changed usernames
This commit is contained in:
parent
2a3d97bcb0
commit
7071bf24d4
2 changed files with 2 additions and 4 deletions
|
@ -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=";
|
||||
|
@ -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";
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue