Unverified Commit c850de6d authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

treewide: use https when meta.homepage redirects to https (#413687)

parents bfc3acf8 a969291a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {

  meta = {
    description = "Comic reader for cross-platform reading and managing your digital comic collection";
    homepage = "http://www.yacreader.com";
    homepage = "https://www.yacreader.com";
    license = lib.licenses.gpl3;
    mainProgram = "YACReader";
    maintainers = [ ];
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ mkDerivation rec {

  meta = with lib; {
    description = "WYSIWYM frontend for LaTeX, DocBook";
    homepage = "http://www.lyx.org";
    homepage = "https://www.lyx.org";
    license = licenses.gpl2Plus;
    maintainers = [ maintainers.vcunat ];
    platforms = platforms.linux;
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ callPackage ./generic.nix {
  );
  meta = with lib; {
    description = "Wolfram Mathematica computational software system";
    homepage = "http://www.wolfram.com/mathematica/";
    homepage = "https://www.wolfram.com/mathematica/";
    license = licenses.unfree;
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    maintainers = with maintainers; [
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
  ];

  meta = with lib; {
    homepage = "http://www.tvdr.de/";
    homepage = "https://www.tvdr.de/";
    description = "Video Disc Recorder";
    maintainers = [ maintainers.ck3d ];
    platforms = platforms.linux;
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@ stdenvNoCC.mkDerivation rec {

  meta = {
    description = "TrueType versions of the Computer Modern and AMS TeX Fonts";
    homepage = "http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ttf/";
    homepage = "https://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/ttf/";
  };
}
Loading