6 lines
137 B
Nix
6 lines
137 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Eye of GNOME";
|
|
homepage = "https://gitlab.gnome.org/GNOME/eog";
|
|
maintainers = [ lib.maintainers.danth ];
|
|
}
|