7 stdenv.mkDerivation rec {
8 pname = "icingaweb2-theme-spring";
11 src = fetchFromGitHub {
15 sha256 = "09v4871pndarhm2spxm9fdab58l5wj8m40kh53wvk1xc3g7pqki9";
24 description = "Theme with some soft colors and nice background images loaded from unsplash.com";
25 homepage = "https://github.com/Mikesch-mp/icingaweb2-theme-spring";
26 license = licenses.publicDomain;
27 platforms = platforms.all;
28 maintainers = with maintainers; [ das_j ];