Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Translation helper tool";
|
||||
homepage = http://launchpad.net/intltool/;
|
||||
homepage = https://launchpad.net/intltool/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user