linthesia: add ckie as maintainer

Per https://github.com/NixOS/nixpkgs/pull/239186#issuecomment-1615928290
This commit is contained in:
Andrew Marshall 2023-07-11 18:14:44 -04:00
parent 563c856ea8
commit 9d6ad87ccd

View file

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ckie ];
};
}