Merge pull request #34960 from leenaars/updatelinks
Update several broken links to package homepages
This commit is contained in:
commit
d2f0494bf4
pkgs
development/libraries
tools/networking/tlspool
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "C++ Unit Testing Easy Environment";
|
description = "C++ Unit Testing Easy Environment";
|
||||||
homepage = http://codesink.org/cutee_unit_testing.html;
|
homepage = http://www.codesink.org/cutee_unit_testing.html;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ leenaars];
|
maintainers = with maintainers; [ leenaars];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -84,7 +84,7 @@ stdenv.mkDerivation {
|
|||||||
layer. It adds TLS-KDH ciphers: Kerberos + Diffie-Hellman.
|
layer. It adds TLS-KDH ciphers: Kerberos + Diffie-Hellman.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://www.gnu.org/software/gnutls://github.com/arpa2/gnutls-kdh;
|
homepage = https://github.com/arpa2/gnutls-kdh;
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ leenaars ];
|
maintainers = with maintainers; [ leenaars ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "MIME handling library";
|
description = "MIME handling library";
|
||||||
homepage = http://codesink.org/mimetic_mime_library.html;
|
homepage = http://www.codesink.org/mimetic_mime_library.html;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ leenaars];
|
maintainers = with maintainers; [ leenaars];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A supercharged TLS daemon that allows for easy, strong and consistent deployment";
|
description = "A supercharged TLS daemon that allows for easy, strong and consistent deployment";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
homepage = https://www.tlspool.org;
|
homepage = http://www.tlspool.org;
|
||||||
maintainers = with maintainers; [ leenaars qknight ];
|
maintainers = with maintainers; [ leenaars qknight ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user