neatvnc: use clickable meta.homepage link, replace pname with string (#353859)

This commit is contained in:
Sandro
2024-11-06 00:23:04 +01:00
committed by GitHub
@@ -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;