mus: change upstream src; migrate to by-name

~sfr -> ~nbsp; author (me) changed usernames
This commit is contained in:
aoife cassidy 2023-11-28 23:18:39 +02:00
parent 2a3d97bcb0
commit 7071bf24d4
No known key found for this signature in database
GPG key ID: 7184AC1C9835CE48
2 changed files with 2 additions and 4 deletions

View file

@ -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";

View file

@ -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 { };