6 lines
118 B
Nix
6 lines
118 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "GNOME";
|
|
homepage = "https://www.gnome.org/";
|
|
maintainers = [ lib.maintainers.danth ];
|
|
}
|