mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
podman-compose: available on all unix platforms
This commit is contained in:
parent
f1c9f9e2a3
commit
99deb1c418
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildPythonApplication rec {
|
|||
description = "An implementation of docker-compose with podman backend";
|
||||
homepage = "https://github.com/containers/podman-compose";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.sikmir ] ++ lib.teams.podman.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue