guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: android-repo-download: Clean up typos; remove unused imports.


From: guix-commits
Subject: 01/02: android-repo-download: Clean up typos; remove unused imports.
Date: Wed, 2 Sep 2020 18:09:52 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit eb924a97bd04e8e1d09664fbb08cd6712025376d
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Wed Sep 2 20:56:29 2020 +0200

    android-repo-download: Clean up typos; remove unused imports.
    
    Follow-up to 3feb846420f24ef1c8b3fe310d293c7a2c91e1d4.
    
    * guix/android-repo-download.scm (android-repo-fetch): Fix docstring.
---
 guix/android-repo-download.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/guix/android-repo-download.scm b/guix/android-repo-download.scm
index 722e885..9d8937d 100644
--- a/guix/android-repo-download.scm
+++ b/guix/android-repo-download.scm
@@ -28,7 +28,6 @@
   #:use-module (guix packages)
   #:use-module (guix modules)
   #:autoload   (guix build-system gnu) (standard-packages)
-  #:use-module (git) ; FIXME Remove
   #:use-module (ice-9 match)
   #:use-module (ice-9 vlist)
   #:use-module (srfi srfi-1)
@@ -36,7 +35,7 @@
   #:use-module (srfi srfi-35)
   #:export (android-repo-reference
             android-repo-reference?
-            android-repo-reference-mainfest-url
+            android-repo-reference-manifest-url
             android-repo-reference-revision
 
             android-repo-fetch
@@ -48,7 +47,7 @@
 ;;; An <origin> method that fetches a specific commit from an Android repo
 ;;; repository.
 ;;; The repository's manifest (URL and revision) can be specified with a
-;; <android-repo-reference> object.
+;;; <android-repo-reference> object.
 ;;;
 ;;; Code:
 
@@ -71,7 +70,7 @@
   "Return a fixed-output derivation that fetches REF, an
 <android-repo-reference> object.  The output is expected to have recursive
 hash HASH of type HASH-ALGO (a symbol).  Use NAME as the file name, or a
-generic name if #f."
+generic name if unset."
   ;; TODO: Remove.
   (define inputs
     (standard-packages))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]