Unverified Commit 0044a230 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

neatvnc: use clickable meta.homepage link, replace pname with string

parent 654de938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {

  src = fetchFromGitHub {
    owner = "any1";
    repo = pname;
    repo = "neatvnc";
    rev = "v${version}";
    hash = "sha256-2gPDcFcu1kGIDubguL38Z0K+k7WGFf7DX8yZteedcNg=";
  };
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
      - Clean interface
      - Interoperability with the Freedesktop.org ecosystem
    '';
    inherit (src.meta) homepage;
    homepage = "https://github.com/any1/neatvnc";
    changelog = "https://github.com/any1/neatvnc/releases/tag/v${version}";
    license = licenses.isc;
    platforms = platforms.linux;