flatpak: adopt

This commit is contained in:
seth
2024-06-22 06:57:44 -04:00
parent 2ef5b8fb85
commit feeae371ef
+1 -1
View File
@@ -219,7 +219,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Linux application sandboxing and distribution framework";
homepage = "https://flatpak.org/";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ getchoo ];
platforms = platforms.linux;
};
})