about summary refs log tree commit diff
path: root/pkgs/servers/mattermost
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-04-28 21:37:01 +0200
committerGitHub <noreply@github.com>2023-04-28 21:37:01 +0200
commitb36139a93fce0b06061c2be729e6df24587d8a90 (patch)
treeffa5e94182886a2be12680e84117391de47c630b /pkgs/servers/mattermost
parent437a1d0367c53da57dbb59daaa801e4cd8871f18 (diff)
parent1e70721319856d35a86c021cd6620a52facc72a5 (diff)
Merge pull request #225365 from SuperSandro2000/gobuildmodule-homepage
Diffstat (limited to 'pkgs/servers/mattermost')
-rw-r--r--pkgs/servers/mattermost/matterircd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mattermost/matterircd.nix b/pkgs/servers/mattermost/matterircd.nix
index 63f32c1dcb3f1..6cd944470338a 100644
--- a/pkgs/servers/mattermost/matterircd.nix
+++ b/pkgs/servers/mattermost/matterircd.nix
@@ -16,8 +16,8 @@ buildGoModule rec {
   ldflags = [ "-s" "-w" ];
 
   meta = with lib; {
-    inherit (src.meta) homepage;
     description = "Minimal IRC server bridge to Mattermost";
+    homepage = "https://github.com/42wim/matterircd";
     license = licenses.mit;
     maintainers = with maintainers; [ ];
     platforms = platforms.unix;