Merge pull request #320380 from mweinelt/update-homepages

Update various outddated homepage references
This commit is contained in:
Martin Weinelt 2024-06-17 12:29:03 +02:00 committed by GitHub
commit d3d409146d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
homepage = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Reference/NSPR_functions";
homepage = "https://firefox-source-docs.mozilla.org/nspr/index.html";
description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions";
maintainers = with maintainers; [ ajs124 hexa ];
platforms = platforms.all;

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Automatically updated list of valid TLDs taken directly from IANA";
homepage = "https://github.com/mweinelt/tlds";
homepage = "https://github.com/kichik/tlds";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};

View File

@ -58,7 +58,7 @@ with python3.pkgs; buildPythonApplication rec {
meta = with lib; {
changelog = "https://github.com/supakeen/pinnwand/releases/tag/v${version}";
description = "Python pastebin that tries to keep it simple";
homepage = "https://supakeen.com/project/pinnwand/";
homepage = "https://github.com/supakeen/pinnwand";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
mainProgram = "pinnwand";