mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
Merge pull request #320380 from mweinelt/update-homepages
Update various outddated homepage references
This commit is contained in:
commit
d3d409146d
@ -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;
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user