aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/tools/github-changelog-generator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/github-changelog-generator/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/github-changelog-generator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/tools/github-changelog-generator/default.nix b/nixpkgs/pkgs/development/tools/github-changelog-generator/default.nix
index 9a14cc7f6e2..0239259a0c8 100644
--- a/nixpkgs/pkgs/development/tools/github-changelog-generator/default.nix
+++ b/nixpkgs/pkgs/development/tools/github-changelog-generator/default.nix
@@ -9,7 +9,7 @@ bundlerApp {
meta = with lib; {
description = "Fully automated changelog generation - This gem generates a changelog file based on tags, issues and merged pull requests";
- homepage = https://github.com/github-changelog-generator/github-changelog-generator;
+ homepage = "https://github.com/github-changelog-generator/github-changelog-generator";
license = licenses.mit;
maintainers = with maintainers; [ Scriptkiddi nicknovitski ];
platforms = platforms.unix;