Commit 102e9867 authored by a-kenji's avatar a-kenji
Browse files

cosmic-settings-daemon: inline pname repo

parent 1bae06c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = pname;
    repo = "cosmic-settings-daemon";
    rev = "epoch-${version}";
    hash = "sha256-mtnMqG3aUSgtN3+Blj3w90UsX8NUu/QlzYgr64KPE9s=";
  };