unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Permanent URL for GUIX packages
@ 2022-11-03 15:50 Sunshine via Development of GNU Guix and the GNU System distribution.
  2022-11-04 13:21 ` pelzflorian (Florian Pelz)
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sunshine via Development of GNU Guix and the GNU System distribution. @ 2022-11-03 15:50 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

Hello,

I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's README file (https://github.com/Y2Z/monolith), but due to the version string being part of the URL, I can't easily do that, would have to change the link for every new release.

Could you please let me know how to permanently link to a specific package on that website from somewhere else?  If it's currently not possible, could you please mention this issue to someone who could potentially add this enhancement to the website, or point me in the right direction as who to talk to?

Thank you.

Best,
Sunshine

[-- Attachment #2: Type: text/html, Size: 2327 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-03 15:50 Permanent URL for GUIX packages Sunshine via Development of GNU Guix and the GNU System distribution.
@ 2022-11-04 13:21 ` pelzflorian (Florian Pelz)
  2022-11-04 14:04   ` Sunshine via Development of GNU Guix and the GNU System distribution.
  2022-11-04 15:49 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: pelzflorian (Florian Pelz) @ 2022-11-04 13:21 UTC (permalink / raw)
  To: Sunshine via Development of GNU Guix and the GNU System distribution.
  Cc: Sunshine

Hello Sunshine,

Sunshine via "Development of GNU Guix and the GNU System distribution."
<guix-devel@gnu.org> writes:
> I'd like to link guix.gnu.org/packages/monolith-2.6.1/ […]

Something similar is possible, see <https://issues.guix.gnu.org/22217>.

Regards,
Florian


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-04 13:21 ` pelzflorian (Florian Pelz)
@ 2022-11-04 14:04   ` Sunshine via Development of GNU Guix and the GNU System distribution.
  0 siblings, 0 replies; 10+ messages in thread
From: Sunshine via Development of GNU Guix and the GNU System distribution. @ 2022-11-04 14:04 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz)
  Cc: Sunshine via Development of GNU Guix and the GNU System distribution.

[-- Attachment #1: Type: text/plain, Size: 1627 bytes --]

Hello Florian,

thank you for your reply.

These variants don't seem to be usable in my case, since line offsets often change within those files.  Even the link to web.scm on https://guix.gnu.org/packages/monolith-2.6.1/ is wrong, since it links the latest version of the file and not the one that was used during the build.

I'm honestly very puzzled by the format of the URLs on that website, I don't think I've seen that before on any other site that lists packages.  E.g. https://guix.gnu.org/packages/monolith-2.6.1/ should ideally be https://guix.gnu.org/packages/monolith/ with perhaps https://guix.gnu.org/packages/monolith/2.6.1/ to target specific version.  Otherwise there's no way to be sure the URL will be available once the new release is out.  Even .../monolith-latest/ would work, but currently I see no way to link to GUIX's website from my Readme file, and I believe that's the only one I can't do out of close to 10 different ways of obtaining the pre-built software for various platforms.

Is there any way you could reach out to somebody who maintains the packages section of the website for guix, or just let me know who I should talk to to propose this improvement?

Kindly,
Sunshine


> On Nov 4, 2022, at 09:22, pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de> wrote:
> 
> Hello Sunshine,
> 
> Sunshine via "Development of GNU Guix and the GNU System distribution."
> <guix-devel@gnu.org> writes:
>> I'd like to link guix.gnu.org/packages/monolith-2.6.1/ […]
> 
> Something similar is possible, see <https://issues.guix.gnu.org/22217>.
> 
> Regards,
> Florian

[-- Attachment #2: Type: text/html, Size: 2632 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-03 15:50 Permanent URL for GUIX packages Sunshine via Development of GNU Guix and the GNU System distribution.
  2022-11-04 13:21 ` pelzflorian (Florian Pelz)
@ 2022-11-04 15:49 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
  2022-11-04 19:45   ` Sunshine via Development of GNU Guix and the GNU System distribution.
  2022-11-04 22:16   ` Pjotr Prins
  2022-11-05 12:07 ` zimoun
  2022-11-19 16:35 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
  3 siblings, 2 replies; 10+ messages in thread
From: Luis Felipe via Development of GNU Guix and the GNU System distribution. @ 2022-11-04 15:49 UTC (permalink / raw)
  To: Sunshine; +Cc: guix-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 1296 bytes --]

Hello Sunshine,

------- Original Message -------
On Thursday, November 3rd, 2022 at 15:50, Sunshine via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:


> Hello,
> 

> I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's README file (https://github.com/Y2Z/monolith), but due to the version string being part of the URL, I can't easily do that, would have to change the link for every new release.



Right, the current paths are not that useful.




> Could you please let me know how to permanently link to a specific package on that website from somewhere else?  If it's currently not possible, could you please mention this issue to someone who could potentially add this enhancement to the website, or point me in the right direction as who to talk to?


This is a known issue, see https://issues.guix.gnu.org/32261.


I'd like to fix that myself, but haven't had the time to do it. But maybe I'll send a patch soon.


By the way, Sunshine, there is a guix badge you can use in code forges to indicate the software is available in Guix:


SVG: https://luis-felipe.gitlab.io/media/badges/gnu-guix-packaged.svg
(https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/badges)


Cheers,

[-- Attachment #1.1.2.1: Type: text/html, Size: 5002 bytes --]

[-- Attachment #1.2: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc --]
[-- Type: application/pgp-keys, Size: 1722 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 509 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-04 15:49 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
@ 2022-11-04 19:45   ` Sunshine via Development of GNU Guix and the GNU System distribution.
  2022-11-04 22:16   ` Pjotr Prins
  1 sibling, 0 replies; 10+ messages in thread
From: Sunshine via Development of GNU Guix and the GNU System distribution. @ 2022-11-04 19:45 UTC (permalink / raw)
  To: Luis Felipe; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1569 bytes --]

Hello Luis,

thank you for letting me know about the badge.  I'll put it in the readme once I have a permanent link to attach to it.

Best,
Sunshine

> On Nov 4, 2022, at 11:49, Luis Felipe <luis.felipe.la@protonmail.com> wrote:
> 
> 
> Hello Sunshine,
> 
> ------- Original Message -------
>> On Thursday, November 3rd, 2022 at 15:50, Sunshine via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:
>> 
>> Hello,
>> 
>> I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's README file (https://github.com/Y2Z/monolith), but due to the version string being part of the URL, I can't easily do that, would have to change the link for every new release.
> 
> Right, the current paths are not that useful.
> 
> 
>> Could you please let me know how to permanently link to a specific package on that website from somewhere else?  If it's currently not possible, could you please mention this issue to someone who could potentially add this enhancement to the website, or point me in the right direction as who to talk to?
> 
> 
> This is a known issue, see https://issues.guix.gnu.org/32261.
> 
> I'd like to fix that myself, but haven't had the time to do it. But maybe I'll send a patch soon.
> 
> By the way, Sunshine, there is a guix badge you can use in code forges to indicate the software is available in Guix:
> 
> SVG: https://luis-felipe.gitlab.io/media/badges/gnu-guix-packaged.svg
> (https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/badges)
> 
> Cheers,

[-- Attachment #2.1: Type: text/html, Size: 5640 bytes --]

[-- Attachment #2.2: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc --]
[-- Type: application/octet-stream, Size: 1722 bytes --]

-----BEGIN PGP PUBLIC KEY BLOCK-----

xsBNBF8ZpUgBCADLjh2um2Jdl9BQKkgMSgnHJ+sHh7Kz/vP9swq7HYLEnFg6
HB4KkuoWIqMyEJrNc4k5RPHbxk9qA0zkA1wA8xv3jA+2UliQkkZR0+4r9K+x
fYDlxdwvJMUERZRNdot/fqBhkSbhiTISSzoEK6f3kxwb7sr0OcJLviNpCKok
YZ5Fw4QzwCF9WXckEf9sExcFc6CNGK/JBVVZfVhqVMkxjQN6bquYnzkq8YSh
9gYS9X1vlbdRAyeKRaq4ujIutiS6v02l4RE6uF5jir8x/Tx774FnjPB6gCul
NSx6BfhUNwYybyPPxIXX9JO4vkOvW4OMeWcqmA+UgCw9Vi9vrC7yHJTFABEB
AAHNPWx1aXMuZmVsaXBlLmxhQHByb3Rvbm1haWwuY29tIDxsdWlzLmZlbGlw
ZS5sYUBwcm90b25tYWlsLmNvbT7CwHYEEAEIACAFAl8ZpUgGCwkHCAMCBBUI
CgIEFgIBAAIZAQIbAwIeAQAKCRA54MdjejnGqVUaB/97P/VHKp+AbEbLzed6
PIhHr64d8zNO7mblnFwNz49hk7JmRYL5vP2V/mC03WIJfSjivYGSiHnLReDE
nlmUCMf3m+1N98eAiqHNEg6eii32aqVQbaxv/z+59RGeKH2AltadpsTAgKUs
1k/ftdBWVZeb+BArGailDE78ueb+3XMygvCWj21fey/5UvbjHqR9L4JYTiSm
wYz7HfZo+DE7YIsczmVeh8M1VzCl/1iahk9UELjAP/jP+ruMT9qEWuj2QllA
MePGRzQbqiDhVS8LFdjBHNoKLxyhnbDEFjHF/4xNq8jlQLfGJZ5hKettZ+bU
SWaEXF3hjz9WWU8a5K/2M/HozsBNBF8ZpUgBCADKUnRI9yz4RvNuvSOIFlJv
kfoHeZr/BLcSGVcSBkx5lsKdVzMx9+UaaeKjWpIO+xfENsz7b+BVoBL0Wrv9
4hlwWmG5q0AdEyU1/fQsRR7m5O1ea6UT3fuUg1VsjFZ+R3jSylAtyzIZM0LU
bW5F673K4AuScFpN8NLGTgRr0WQl/BnHwh2XQ1xqhc6GBOvwiwVBjaf50SHE
TiUPpe3JjQyyBZp+8FKm+snRqCGXn0JG8o0FXy9WcxtvfQFMMJp9BO2ytgxH
zQIpYcJpJZuccnFoqqH9j+1qXXNSa3/qO3zu9lSvXTxx6kdh0FWTnYCx8Mf8
BY/PW/bBOOyhLCoTkHqlABEBAAHCwF8EGAEIAAkFAl8ZpUgCGwwACgkQOeDH
Y3o5xqkeKQf+JMlcbRlweh/FA1nw8zFCxaF58PNDEO8lH92/xtznwGdAulzT
hZ40jGTEipygsnqHV7WHUf44neXn2A1cvCZ+73KcpaQNh9Mp8yWnGKZYUGkG
6Of1hEU792XZExkyA82PgLBNY+VzNXXKCH7NXxZQQWV5nXcbUFCZyJZudSgQ
xk19sQf4s9vJX6PC68qwi7aJ17nVfrbcMayRpm2OGJXd+t91V/LnNpCRgtl3
jNYsCBFKDC0YxdA/NCdEk1gfujFzl0bBs7+5Jbd3zRaE5AfdVQtIlmEXDkW6
0uyEi3Ntcq5odXA1nlR+e044KFveZzFuNNeTgszABr5HiU70/Elysw==
=z6e7
-----END PGP PUBLIC KEY BLOCK-----

[-- Attachment #2.3: Type: text/html, Size: 219 bytes --]

[-- Attachment #2.4: signature.asc --]
[-- Type: application/octet-stream, Size: 509 bytes --]

-----BEGIN PGP SIGNATURE-----
Version: ProtonMail

wsBzBAEBCAAGBQJjZTRpACEJEDngx2N6OcapFiEEEt4VmH0cRaQ093DvOeDH
Y3o5xqkQgwf+LybwjaNwXIDkZLGNdbsawAKZeQrDbjdwtcNKvJwdkmmDPJ5B
AYbPf/qlX6nEggbNMPWrAfNWA7DYLLk7hlASZS9Wc5DnRy/uRnFD0JODX6PF
jDaJzW1PVIvJklLasdtkRAJQylzq/KTI2H8uu+2s6LdNURYw/Atbr9ABvKu7
YU+/R85tVum4+uLYrv3HUeracicRl8mgFKKldeFuihFsw5POZFzSin7JHOyR
MtpWZvzEnFN+dRe8ln8QG6Xq0kBMI+JcIg8WIi6oXmJofFg3BkZckJYCUwFp
gfFXvVUyYgpkspTcMnvMR7AcUY6hmHpAj7fp3v2TvByloQm9FGM+1A==
=93XL
-----END PGP SIGNATURE-----


[-- Attachment #2.5: Type: text/html, Size: 178 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-04 15:49 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
  2022-11-04 19:45   ` Sunshine via Development of GNU Guix and the GNU System distribution.
@ 2022-11-04 22:16   ` Pjotr Prins
  1 sibling, 0 replies; 10+ messages in thread
From: Pjotr Prins @ 2022-11-04 22:16 UTC (permalink / raw)
  To: Luis Felipe; +Cc: Sunshine, guix-devel

On Fri, Nov 04, 2022 at 03:49:15PM +0000, Luis Felipe via Development of GNU Guix and the GNU System distribution. wrote:
> > I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's README file (https://github.com/Y2Z/monolith), but due to the version string being part of the URL, I can't easily do that, would have to change the link for every new release.
> 
> Right, the current paths are not that useful.

Indeed. A page giving installation instruction would be useful the way
Conda does it:

https://anaconda.org/bioconda/vcflib

It invites the user to try.

Pj.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-03 15:50 Permanent URL for GUIX packages Sunshine via Development of GNU Guix and the GNU System distribution.
  2022-11-04 13:21 ` pelzflorian (Florian Pelz)
  2022-11-04 15:49 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
@ 2022-11-05 12:07 ` zimoun
  2022-11-05 14:33   ` Sunshine via Development of GNU Guix and the GNU System distribution.
  2022-11-19 16:35 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
  3 siblings, 1 reply; 10+ messages in thread
From: zimoun @ 2022-11-05 12:07 UTC (permalink / raw)
  To: Sunshine, guix-devel

Hi,

On Thu, 03 Nov 2022 at 11:50, Sunshine via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:

>                  guix.gnu.org/packages/monolith-2.6.1/ 

Indeed.  Note this alternative:

    https://hpc.guix.info/package/monolith


Cheers,
simon


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-05 12:07 ` zimoun
@ 2022-11-05 14:33   ` Sunshine via Development of GNU Guix and the GNU System distribution.
  0 siblings, 0 replies; 10+ messages in thread
From: Sunshine via Development of GNU Guix and the GNU System distribution. @ 2022-11-05 14:33 UTC (permalink / raw)
  To: zimoun; +Cc: guix-devel

Hi Zimon,

thank you, that should work for the time being.  I'd love to link the official site on .gnu.org though, please make it possible guys 🥹

> On Nov 5, 2022, at 09:19, zimoun <zimon.toutoune@gmail.com> wrote:
> 
> Hi,
> 
>> On Thu, 03 Nov 2022 at 11:50, Sunshine via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:
>> 
>>                  guix.gnu.org/packages/monolith-2.6.1/ 
> 
> Indeed.  Note this alternative:
> 
>    https://hpc.guix.info/package/monolith
> 
> 
> Cheers,
> simon


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-03 15:50 Permanent URL for GUIX packages Sunshine via Development of GNU Guix and the GNU System distribution.
                   ` (2 preceding siblings ...)
  2022-11-05 12:07 ` zimoun
@ 2022-11-19 16:35 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
  2022-11-22 18:24   ` Sunshine via Development of GNU Guix and the GNU System distribution.
  3 siblings, 1 reply; 10+ messages in thread
From: Luis Felipe via Development of GNU Guix and the GNU System distribution. @ 2022-11-19 16:35 UTC (permalink / raw)
  To: Sunshine; +Cc: guix-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 514 bytes --]

Hi Sunshine,

On Thursday, November 3rd, 2022 at 15:50, Sunshine via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:


> Hello,
> 

> I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's README file (https://github.com/Y2Z/monolith), but due to the version string being part of the URL, I can't easily do that, would have to change the link for every new release.



You can link to https://packages.guix.gnu.org/packages/monolith/ now.

[-- Attachment #1.1.2.1: Type: text/html, Size: 2017 bytes --]

[-- Attachment #1.2: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc --]
[-- Type: application/pgp-keys, Size: 1722 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 509 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Permanent URL for GUIX packages
  2022-11-19 16:35 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
@ 2022-11-22 18:24   ` Sunshine via Development of GNU Guix and the GNU System distribution.
  0 siblings, 0 replies; 10+ messages in thread
From: Sunshine via Development of GNU Guix and the GNU System distribution. @ 2022-11-22 18:24 UTC (permalink / raw)
  To: Luis Felipe; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 668 bytes --]

Hello,

that solves it for my project, thank you.

> On Nov 19, 2022, at 11:36, Luis Felipe <luis.felipe.la@protonmail.com> wrote:
> 
> 
> Hi Sunshine,
> 
>> On Thursday, November 3rd, 2022 at 15:50, Sunshine via "Development of GNU Guix and the GNU System distribution." <guix-devel@gnu.org> wrote:
>> 
>> Hello,
>> 
>> I'd like to link guix.gnu.org/packages/monolith-2.6.1/ from my project's README file (https://github.com/Y2Z/monolith), but due to the version string being part of the URL, I can't easily do that, would have to change the link for every new release.
> 
> You can link to https://packages.guix.gnu.org/packages/monolith/ now.

[-- Attachment #2.1: Type: text/html, Size: 2487 bytes --]

[-- Attachment #2.2: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc --]
[-- Type: application/octet-stream, Size: 1722 bytes --]

-----BEGIN PGP PUBLIC KEY BLOCK-----

xsBNBF8ZpUgBCADLjh2um2Jdl9BQKkgMSgnHJ+sHh7Kz/vP9swq7HYLEnFg6
HB4KkuoWIqMyEJrNc4k5RPHbxk9qA0zkA1wA8xv3jA+2UliQkkZR0+4r9K+x
fYDlxdwvJMUERZRNdot/fqBhkSbhiTISSzoEK6f3kxwb7sr0OcJLviNpCKok
YZ5Fw4QzwCF9WXckEf9sExcFc6CNGK/JBVVZfVhqVMkxjQN6bquYnzkq8YSh
9gYS9X1vlbdRAyeKRaq4ujIutiS6v02l4RE6uF5jir8x/Tx774FnjPB6gCul
NSx6BfhUNwYybyPPxIXX9JO4vkOvW4OMeWcqmA+UgCw9Vi9vrC7yHJTFABEB
AAHNPWx1aXMuZmVsaXBlLmxhQHByb3Rvbm1haWwuY29tIDxsdWlzLmZlbGlw
ZS5sYUBwcm90b25tYWlsLmNvbT7CwHYEEAEIACAFAl8ZpUgGCwkHCAMCBBUI
CgIEFgIBAAIZAQIbAwIeAQAKCRA54MdjejnGqVUaB/97P/VHKp+AbEbLzed6
PIhHr64d8zNO7mblnFwNz49hk7JmRYL5vP2V/mC03WIJfSjivYGSiHnLReDE
nlmUCMf3m+1N98eAiqHNEg6eii32aqVQbaxv/z+59RGeKH2AltadpsTAgKUs
1k/ftdBWVZeb+BArGailDE78ueb+3XMygvCWj21fey/5UvbjHqR9L4JYTiSm
wYz7HfZo+DE7YIsczmVeh8M1VzCl/1iahk9UELjAP/jP+ruMT9qEWuj2QllA
MePGRzQbqiDhVS8LFdjBHNoKLxyhnbDEFjHF/4xNq8jlQLfGJZ5hKettZ+bU
SWaEXF3hjz9WWU8a5K/2M/HozsBNBF8ZpUgBCADKUnRI9yz4RvNuvSOIFlJv
kfoHeZr/BLcSGVcSBkx5lsKdVzMx9+UaaeKjWpIO+xfENsz7b+BVoBL0Wrv9
4hlwWmG5q0AdEyU1/fQsRR7m5O1ea6UT3fuUg1VsjFZ+R3jSylAtyzIZM0LU
bW5F673K4AuScFpN8NLGTgRr0WQl/BnHwh2XQ1xqhc6GBOvwiwVBjaf50SHE
TiUPpe3JjQyyBZp+8FKm+snRqCGXn0JG8o0FXy9WcxtvfQFMMJp9BO2ytgxH
zQIpYcJpJZuccnFoqqH9j+1qXXNSa3/qO3zu9lSvXTxx6kdh0FWTnYCx8Mf8
BY/PW/bBOOyhLCoTkHqlABEBAAHCwF8EGAEIAAkFAl8ZpUgCGwwACgkQOeDH
Y3o5xqkeKQf+JMlcbRlweh/FA1nw8zFCxaF58PNDEO8lH92/xtznwGdAulzT
hZ40jGTEipygsnqHV7WHUf44neXn2A1cvCZ+73KcpaQNh9Mp8yWnGKZYUGkG
6Of1hEU792XZExkyA82PgLBNY+VzNXXKCH7NXxZQQWV5nXcbUFCZyJZudSgQ
xk19sQf4s9vJX6PC68qwi7aJ17nVfrbcMayRpm2OGJXd+t91V/LnNpCRgtl3
jNYsCBFKDC0YxdA/NCdEk1gfujFzl0bBs7+5Jbd3zRaE5AfdVQtIlmEXDkW6
0uyEi3Ntcq5odXA1nlR+e044KFveZzFuNNeTgszABr5HiU70/Elysw==
=z6e7
-----END PGP PUBLIC KEY BLOCK-----

[-- Attachment #2.3: Type: text/html, Size: 219 bytes --]

[-- Attachment #2.4: signature.asc --]
[-- Type: application/octet-stream, Size: 509 bytes --]

-----BEGIN PGP SIGNATURE-----
Version: ProtonMail

wsBzBAEBCAAnBQJjeQXPCRA54MdjejnGqRYhBBLeFZh9HEWkNPdw7zngx2N6
OcapAAC6Swf/b+XTMpSPSy/sxLAKTmVk1OUQfAE5Q1Pa+3f9mfC7zPxToOAH
wveBQtDocoPAcwgNSSUG9Tridz0GQq2QJ5wpiz3REquF+Ei6eNw0Pwtel2ug
yAc0ie7LP18TezELMernJMOGd57F6mkhwDMEFLlHAwfesRb2ncw3SBWLvuA9
rAONVo7WP2Zra9rjfhWFdlrrx60QCBVSeknCCvHBhBYXJ1/vwfcQlO3JJbgF
0ZrQHb6XAcSSsS0X+QE/MxwEZAQTDWA/vwwGkBHqkkUsf/t1l4AgqatXOYhe
EAvj0ExFc/JG/hMFCnTs7LFjecrtM2bESmqPfPmhrHimfH+9hQDKpQ==
=tRYa
-----END PGP SIGNATURE-----


[-- Attachment #2.5: Type: text/html, Size: 178 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-22 18:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 15:50 Permanent URL for GUIX packages Sunshine via Development of GNU Guix and the GNU System distribution.
2022-11-04 13:21 ` pelzflorian (Florian Pelz)
2022-11-04 14:04   ` Sunshine via Development of GNU Guix and the GNU System distribution.
2022-11-04 15:49 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
2022-11-04 19:45   ` Sunshine via Development of GNU Guix and the GNU System distribution.
2022-11-04 22:16   ` Pjotr Prins
2022-11-05 12:07 ` zimoun
2022-11-05 14:33   ` Sunshine via Development of GNU Guix and the GNU System distribution.
2022-11-19 16:35 ` Luis Felipe via Development of GNU Guix and the GNU System distribution.
2022-11-22 18:24   ` Sunshine via Development of GNU Guix and the GNU System distribution.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).