diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 046b79f0d1f6..773a3da6c9a8 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -21045,6 +21045,7 @@ final: prev: { rev = "1331cfe8cbf9b9d79f4b60c1afc211b77c181ad4"; sha256 = "0dmypsgn6lxq2irxcigxh79l923ph4qk4m2hg27mjd8m079x4j2r"; }; + meta.homepage = "https://github.com/garbas/vim-snipmate/"; meta.hydraPlatforms = [ ]; }; diff --git a/pkgs/build-support/build-mozilla-mach/default.nix b/pkgs/build-support/build-mozilla-mach/default.nix index ca9569843fa3..3f20759e952e 100644 --- a/pkgs/build-support/build-mozilla-mach/default.nix +++ b/pkgs/build-support/build-mozilla-mach/default.nix @@ -180,6 +180,7 @@ in # > that I made in # > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006 # > + # > @garbas shared with me the list of patches applied for the Nix package. # > As they are just for portability and tiny modifications, they don't # > alter the experience of the product. In parallel, Rok also shared the # > build options. They seem good (even if I cannot judge the quality of the diff --git a/pkgs/by-name/as/asciinema-scenario/package.nix b/pkgs/by-name/as/asciinema-scenario/package.nix index 3be08ab66a40..e81f5b3460e1 100644 --- a/pkgs/by-name/as/asciinema-scenario/package.nix +++ b/pkgs/by-name/as/asciinema-scenario/package.nix @@ -17,6 +17,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Create asciinema videos from a text file"; + homepage = "https://github.com/garbas/asciinema-scenario/"; license = with licenses; [ mit ]; mainProgram = "asciinema-scenario"; };