Skip to content

Commit c728276

Browse files
author
1
committed
fix docs
1 parent 6cd7143 commit c728276

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Jamie Bliss
3+
Copyright (c) 2019 Xonsh Maintainers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

containers/xonsh/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.11{dashvariant}
22

33
LABEL "repository"="https://github.com/xonsh/container"
44
LABEL "homepage"="https://xon.sh/"
5-
LABEL "maintainer"="Jamie Bliss <jamie@ivyleav.es>"
5+
LABEL "maintainer"="Xonsh Maintainers <xore.004fdbd5c8e6589bdd80944b5b8d4100.show-sender@streams.zulipchat.com>"
66

77
RUN pip install --no-cache-dir --disable-pip-version-check xonsh[linux]{specifier} && \
88
ln -s $(which xonsh) /usr/bin/xonsh

containers/xonsh/github-action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM xonsh/xonsh{colonvariant}
22

33
LABEL "repository"="http://github.com/xonsh/container"
44
LABEL "homepage"="https://xon.sh/"
5-
LABEL "maintainer"="Jamie Bliss <jamie@ivyleav.es>"
5+
LABEL "maintainer"="Xonsh Maintainers <xore.004fdbd5c8e6589bdd80944b5b8d4100.show-sender@streams.zulipchat.com>"
66

77
COPY rc_action.xsh /etc/xonsh/rc.d/100_rc_action.xsh
88

containers/xonsh/interactive/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM xonsh/xonsh{colonvariant}
22

33
LABEL "repository"="http://github.com/xonsh/container"
44
LABEL "homepage"="https://xon.sh/"
5-
LABEL "maintainer"="Jamie Bliss <jamie@ivyleav.es>"
5+
LABEL "maintainer"="Xonsh Maintainers <xore.004fdbd5c8e6589bdd80944b5b8d4100.show-sender@streams.zulipchat.com>"
66

77
RUN xpip install xonsh[full]{specifier}
88
COPY rc_interactive.xsh /etc/xonsh/rc.d/100_rc_interactive.xsh

0 commit comments

Comments
 (0)