File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/applications/virtualization/podman-desktop Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,12 @@ stdenv.mkDerivation (finalAttrs: {
107107 } )
108108 ] ;
109109
110- meta = with lib ; {
110+ meta = {
111111 description = "A graphical tool for developing on containers and Kubernetes" ;
112112 homepage = "https://podman-desktop.io" ;
113- changelog = "https://github.com/containers/podman-desktop/releases/tag/v${ version } " ;
114- license = licenses . asl20 ;
115- maintainers = with maintainers ; [ booxter panda2134 ] ;
113+ changelog = "https://github.com/containers/podman-desktop/releases/tag/v${ finalAttrs . version } " ;
114+ license = lib . licenses . asl20 ;
115+ maintainers = with lib . maintainers ; [ booxter panda2134 ] ;
116116 inherit ( electron . meta ) platforms ;
117117 mainProgram = "podman-desktop" ;
118118 } ;
You can’t perform that action at this time.
0 commit comments