unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Fix gusb home-page
@ 2015-12-24  7:18 Leo Famulari
  2015-12-24  7:18 ` [PATCH 1/1] gnu: gusb: Update home-page Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2015-12-24  7:18 UTC (permalink / raw)
  To: guix-devel

This fixes a typo in the home-page of gusb.

Leo Famulari (1):
  gnu: gusb: Update home-page.

 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.6.2

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

* [PATCH 1/1] gnu: gusb: Update home-page.
  2015-12-24  7:18 [PATCH 0/1] Fix gusb home-page Leo Famulari
@ 2015-12-24  7:18 ` Leo Famulari
  2015-12-24  7:24   ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2015-12-24  7:18 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/gnome.scm (gusb)[home-page]: Update home-page.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f886fd..aa9fb6f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3345,7 +3345,7 @@ DAV, and others.")
                     (lambda _
                       (and (zero? (system* "gtkdocize"))
                            (zero? (system* "autoreconf" "-vif"))))))))
-    (home-page "https://github/hughsie/libgusb")
+    (home-page "https://github.com/hughsie/libgusb")
     (synopsis "GLib binding for libusb1")
     (description
      "GUsb is a GObject wrapper for libusb1 that makes it easy to do
-- 
2.6.2

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

* Re: [PATCH 1/1] gnu: gusb: Update home-page.
  2015-12-24  7:18 ` [PATCH 1/1] gnu: gusb: Update home-page Leo Famulari
@ 2015-12-24  7:24   ` Leo Famulari
  2015-12-25 14:13     ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2015-12-24  7:24 UTC (permalink / raw)
  To: guix-devel

On Thu, Dec 24, 2015 at 02:18:28AM -0500, Leo Famulari wrote:
> * gnu/packages/gnome.scm (gusb)[home-page]: Update home-page.
> ---
>  gnu/packages/gnome.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 8f886fd..aa9fb6f 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -3345,7 +3345,7 @@ DAV, and others.")
>                      (lambda _
>                        (and (zero? (system* "gtkdocize"))
>                             (zero? (system* "autoreconf" "-vif"))))))))
> -    (home-page "https://github/hughsie/libgusb")
> +    (home-page "https://github.com/hughsie/libgusb")
>      (synopsis "GLib binding for libusb1")
>      (description
>       "GUsb is a GObject wrapper for libusb1 that makes it easy to do
> -- 
> 2.6.2

This patch was trivial and will only cause one package to be rebuilt
(simple-scan) so I pushed as 8f1640ed8f.

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

* Re: [PATCH 1/1] gnu: gusb: Update home-page.
  2015-12-24  7:24   ` Leo Famulari
@ 2015-12-25 14:13     ` Mark H Weaver
  0 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-12-25 14:13 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> writes:

> On Thu, Dec 24, 2015 at 02:18:28AM -0500, Leo Famulari wrote:
>> * gnu/packages/gnome.scm (gusb)[home-page]: Update home-page.
>> ---
>>  gnu/packages/gnome.scm | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
>> index 8f886fd..aa9fb6f 100644
>> --- a/gnu/packages/gnome.scm
>> +++ b/gnu/packages/gnome.scm
>> @@ -3345,7 +3345,7 @@ DAV, and others.")
>>                      (lambda _
>>                        (and (zero? (system* "gtkdocize"))
>>                             (zero? (system* "autoreconf" "-vif"))))))))
>> -    (home-page "https://github/hughsie/libgusb")
>> +    (home-page "https://github.com/hughsie/libgusb")
>>      (synopsis "GLib binding for libusb1")
>>      (description
>>       "GUsb is a GObject wrapper for libusb1 that makes it easy to do
>> -- 
>> 2.6.2
>
> This patch was trivial and will only cause one package to be rebuilt
> (simple-scan) so I pushed as 8f1640ed8f.

Thanks.  It won't cause any rebuilds at all, because the 'home-page'
field is not included in the resulting derivations.

     Mark

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

end of thread, other threads:[~2015-12-25 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24  7:18 [PATCH 0/1] Fix gusb home-page Leo Famulari
2015-12-24  7:18 ` [PATCH 1/1] gnu: gusb: Update home-page Leo Famulari
2015-12-24  7:24   ` Leo Famulari
2015-12-25 14:13     ` Mark H Weaver

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).