Commit 0071dc62 authored by a-kenji's avatar a-kenji
Browse files

cosmic-workspaces-epoch: inline pname repo

parent 90b1b644
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    repo = "cosmic-workspaces-epoch";
    rev = "epoch-${version}";
    hash = "sha256-z3xQ6Vgqkm8hYLo2550NbFRkTMRQ0F9zn85iobnykH5=";
  };