Unverified Commit 1fcdfdb2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

treewide: update broken and add missing homepages (#392090)

parents b6a0c4a6 7efdf405
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {

  meta = with lib; {
    description = "Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ";
    homepage = "https://kcc.iosphe.re";
    homepage = "https://github.com/ciromattia/kcc";
    license = licenses.isc;
    maintainers = with maintainers; [ dawidsowa ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ stdenv.mkDerivation {

  meta = with lib; {
    description = description;
    homepage = "https://github.com/Attempto/APE";
    license = license;
    platforms = platforms.unix;
    maintainers = with maintainers; [ yrashk ];
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ buildGoModule rec {
  };

  meta = with lib; {
    homepage = "https://github.com/kubernetes/helm";
    homepage = "https://github.com/helm/helm";
    description = "Package manager for kubernetes";
    mainProgram = "helm";
    license = licenses.asl20;
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Safely store secrets in a VCS repo";
    homepage = "https://github.com/StackExchange/blackbox";
    maintainers = with maintainers; [ ericsagnes ];
    license = licenses.mit;
    platforms = platforms.all;
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  meta = {
    homepage = "https://docs.qameta.io/allure/";
    homepage = "https://allurereport.org/";
    description = "Allure Report is a flexible, lightweight multi-language test reporting tool";
    longDescription = ''
      Allure Report is a flexible, lightweight multi-language test reporting
Loading