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