Unverified Commit 1c25fa62 authored by awwpotato's avatar awwpotato
Browse files

grc: remove pname refrence

parent 0b4bb3b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {

  src = fetchFromGitHub {
    owner = "garabik";
    repo = pname;
    repo = "grc";
    rev = "v${version}";
    sha256 = "1h0h88h484a9796hai0wasi1xmjxxhpyxgixn6fgdyc5h69gv8nl";
  };