Merge pull request #225365 from SuperSandro2000/gobuildmodule-homepage

authored by Sandro and committed by GitHub b36139a9 437a1d03

+4 -4
+1 -1
pkgs/development/tools/misc/hound/default.nix
··· 33 33 passthru.tests = { inherit (nixosTests) hound; }; 34 34 35 35 meta = with lib; { 36 - inherit (src.meta) homepage; 37 36 description = "Lightning fast code searching made easy"; 37 + homepage = "https://github.com/hound-search/hound"; 38 38 license = licenses.mit; 39 39 maintainers = with maintainers; [ grahamc SuperSandro2000 ]; 40 40 platforms = platforms.unix;
+1 -1
pkgs/servers/mattermost/matterircd.nix
··· 16 16 ldflags = [ "-s" "-w" ]; 17 17 18 18 meta = with lib; { 19 - inherit (src.meta) homepage; 20 19 description = "Minimal IRC server bridge to Mattermost"; 20 + homepage = "https://github.com/42wim/matterircd"; 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ ]; 23 23 platforms = platforms.unix;
+1 -1
pkgs/servers/monitoring/prometheus/redis-exporter.nix
··· 26 26 27 27 meta = with lib; { 28 28 description = "Prometheus exporter for Redis metrics"; 29 - inherit (src.meta) homepage; 29 + homepage = "https://github.com/oliver006/redis_exporter"; 30 30 license = licenses.mit; 31 31 maintainers = with maintainers; [ eskytthe srhb ma27 ]; 32 32 platforms = platforms.unix;
+1 -1
pkgs/tools/backup/restic/rest-server.nix
··· 23 23 ]; 24 24 25 25 meta = with lib; { 26 - inherit (src.meta) homepage; 27 26 description = "A high performance HTTP server that implements restic's REST backend API"; 27 + homepage = "https://github.com/restic/rest-server"; 28 28 platforms = platforms.unix; 29 29 license = licenses.bsd2; 30 30 maintainers = with maintainers; [ dotlambda ];