Merge pull request #34960 from leenaars/updatelinks
Update several broken links to package homepages
This commit is contained in:
commit
d2f0494bf4
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
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;
|
||||
maintainers = with maintainers; [ leenaars];
|
||||
platforms = platforms.linux;
|
||||
|
@ -84,7 +84,7 @@ stdenv.mkDerivation {
|
||||
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;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "MIME handling library";
|
||||
homepage = http://codesink.org/mimetic_mime_library.html;
|
||||
homepage = http://www.codesink.org/mimetic_mime_library.html;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ leenaars];
|
||||
platforms = platforms.linux;
|
||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A supercharged TLS daemon that allows for easy, strong and consistent deployment";
|
||||
license = licenses.bsd2;
|
||||
homepage = https://www.tlspool.org;
|
||||
homepage = http://www.tlspool.org;
|
||||
maintainers = with maintainers; [ leenaars qknight ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user