planet-feeds.nix: add Hercules Labs
Domen Kožar committed
Mar 7, 2019 at 10:54 UTC
afbc73c9e3033675c8fcfcebf95089e066b5a616
1 file changed
+5
nixos-org/planet-feeds.nix
+5
@@ -87,4 +87,9 @@
87
feedUrl = "https://nixos.mayflower.consulting/blog/index.xml";
88
homepageUrl = "https://nixos.mayflower.consulting/";
89
}
90
+ {
91
+ name = "Hercules Labs";
92
+ feedUrl = "https://blog.hercules-ci.com/feed.xml";
93
+ homepageUrl = "https://blog.hercules-ci.com/";
94
+ }
95
]