neatvnc: use clickable meta.homepage link, replace pname with string (#353859)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user