Unverified Commit 7071bf24 authored by aoife cassidy's avatar aoife cassidy
Browse files

mus: change upstream src; migrate to by-name

~sfr -> ~nbsp; author (me) changed usernames
parent 2a3d97bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
+0 −2
Original line number Diff line number Diff line
@@ -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 { };